projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0e18a3
)
(calc-mode): Require calc-menu.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Thu, 15 Nov 2007 02:57:46 +0000
(
02:57
+0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Thu, 15 Nov 2007 02:57:46 +0000
(
02:57
+0000)
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index 946a1eab06b23f30f1c67d76b62946f98d78930d..b730e4db2b119e6cb7ca1f69ff99be78275b0e0b 100644
(file)
--- a/
lisp/calc/calc.el
+++ b/
lisp/calc/calc.el
@@
-1222,6
+1222,7
@@
Notations: 3.14e6 3.14 * 10^6
(string-match "full" (nth 1 p))
(setq calc-standalone-flag t))
(setq p (cdr p))))
+ (require 'calc-menu)
(run-mode-hooks 'calc-mode-hook)
(calc-refresh t)
(calc-set-mode-line)